section.terms {
    margin: 90px;
    padding: 35px;
    border: 1px solid black;
}

.h1-term {
    margin-top: 30px;
}

.h1-term,
.h2-term {
    color: #000000;
}

ul {
    list-style: decimal;
    padding-left: 35px;
    line-height: 25px;
}

strong {
    font-weight: 500;
}

p.text-center {
    font-size: 20px;
}

.color-black {
    color: #000000 !important;
}

.section-h2 {
    margin-bottom: 20px;
    font-size: 20px
}

.content-section {
    margin-bottom: 20px;
}

.footer-terms {
    text-align: center;
    padding: 38px;
    width: 100%;
    font-size: 17px;
}